Projects: TEEMSS2 : OLPC Tips
This page last changed on Jan 02, 2008 by skim.
These things should probably be put up somewhere in the wiki.laptop.org site. Getting to the virtual terminals: Getting back to the gui (sugar/x11) You can mount a usb memory stick mkdir /mnt/stick mount the usb device: mount /dev/sda1 /mnt/stick now you can cd to /mnt/stick to access the files on the usb stick umount /mnt/stick To make sure the usb stick is recognizedthe first few times you will want to do the following to see if it works:
tail \-f /var/log/messages
then plugin your Sugar emulation on MacLinks
Communication between the host and the emulatorQEmu(Q)Redirect ssh port when running qemu. For example, /Applications/Q.app/Contents/MacOS/i386-softmmu.app/Contents/MacOS/i386-softmmu -m 256 -redir tcp:2222::22 -hda /Users/skim/sk/proj/olpc/xo_images/olpc-redhat-stream-development-build-542-20070801_0412-devel_ext3.img (The GUI front of Q doesn't seem to remember command line arguments) Then ssh or scp onto that port: ssh -o NoHostAuthenticationForLocalhost=yes -p 2222 root@localhost scp -o _sourcepath_ NoHostAuthenticationForLocalhost=yes -P 2222 root@localhost:_destpath_ ParallelsUse whatever ip address the virtual host has obtained, e.g., /sbin/dhclient eth0, for ssh and scp. Parallels/UbuntuAs of November 2007, Gutsy Gibbon didn't work. Install Feisty Fawn instead (with 512MB RAM). If the window size of Sugar is too big, see http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild xauth problemSome recent builds keep restarting X with error message about client being rejected from server. ActivitiesLinksDevelopmentThe development site (http://dev.laptop.org/) is a trac site where you can browse the source history. Log files for Sugar are located under ~olpc/.sugar/default/logs. Version issuessugar-jhbuild, as of 11/11/2007, requires the following entries for activity.info:
And sugar-activity-factory was replaced with sugar-launch. Yet as of redhat image build 623, sugar-install-bundle demands a service_name and class, and sugar-activity-factory exists |
Document generated by Confluence on Jan 27, 2014 16:43 |